home *** CD-ROM | disk | FTP | other *** search
/ Assassins - Ultimate CD Games Collection 2 / Assassins 2 - Ultimate Games No. 2 (1995)(Weird Science)[!][Amiga-CD32-CDTV].iso / dnet / getfiles.doc < prev    next >
Text File  |  1994-02-11  |  2KB  |  43 lines

  1. UNIX/GETFILES
  2. AMIGA/GETFILES
  3.  
  4.     GETFILES [-Nnet#] [-dlocaldir] [-c] file/dir file/dir file/dir ..
  5.  
  6.     GetFiles file transfer client.    Download the specified files and or
  7.     dirs from the remote machine into the current directory, or the
  8.     directory specified if the -d option is used.  Entire directory
  9.     trees may be downloaded
  10.  
  11.     The -c "continue" option only downloads files which do not already
  12.     exist.    For files which do exist, if the local file size is less
  13.     than the remote file size, the remainder will be downloaded and
  14.     appended to the local file.
  15.  
  16.                     SECURITY
  17.  
  18.     The remote host, if an amiga, will impose security restrictions on
  19.     those files allowed to be downloaded according to the comment field
  20.     of said files or any parent directory and the current DNET_READ
  21.     accesslevel.
  22.  
  23.     If the remote AMIGA's DNET_READ enviroment variable is set 9 or
  24.     higher, no access restrictions are imposed.
  25.  
  26.     If the remote AMIGA's DNET_READ enviroment variable is less than
  27.     9, the comment field of the requested file or the comment field
  28.     of any parent directory to that file (checked all the way to the
  29.     root directory if necessary) must contain a field:
  30.  
  31.         AC=<n>
  32.  
  33.     where <n> is a value less than or equal to the security level
  34.     (DNET_READ enviroment variable).  For example, if the remote user
  35.     sets the DNET_READ enviroment variable to 5 (normally done by
  36.     modifying the s:dnet.config file), and then sets the comment field
  37.     for his GAMES: volume to AC=5, remote users who connect to his
  38.     amiga will only be allowed to download files from that volume.
  39.  
  40.     The comment field will be used to house other parameters in the
  41.     future.
  42.  
  43.